home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr26 / netprog.zip / NETPROG.TAR / rpc.sun / timedate / Readme < prev   
Text File  |  1989-12-17  |  210b  |  5 lines

  1.     When compiling date_clnt.c the vanilla 4.3BSD C compiler
  2. barfs on the "void *argp" when it encounters the reference to argp
  3. on line 15.  The fix is to hand edit this file, changing the "void *"
  4. to a "char *".
  5.